Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jan 2, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

As per #6285 

- [ ] Added a property to the string type that allows users to define
the `width`
- [ ] Restructured the form builder to use flex-col instead of block to
account for wrapping numerous elements onto a line

```
  fields: [
    {
      label: 'Title',
      name: 'title',
      type: 'string',
      width: 'half',
    },
    {
      label: 'Link',
      name: 'link',
      type: 'string',
      width: 'half',
    },
```

**Example Code Block**


<img width="470" height="612" alt="Screenshot 2025-12-22 at 12 16 08 pm"
src="https://github.com/user-attachments/assets/f4b20917-7413-41cd-abd6-6debe98dd208"
/>

**Figure: Example of two consecutive strings with width:'half'**

<img width="471" height="512" alt="Screenshot 2025-12-22 at 12 18 38 pm"
src="https://github.com/user-attachments/assets/37cc633b-75f6-487d-b275-653e496b2b47"
/>

**Figure: Example of one field with width: 'half'**

---------

Co-authored-by: kulesy <[email protected]>
@pull pull bot locked and limited conversation to collaborators Jan 2, 2026
@pull pull bot added the ⤵️ pull label Jan 2, 2026
@pull pull bot merged commit a63401a into code:main Jan 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant